.hetop {
  background: #fff;
}

.topppt {
  width: 1100px;
  margin: 0 auto;
  margin-top: 6px;
  background: #fff;
}

.top_img {
  float: left;
  width: 25%;
  height: 88px;
  padding: 0.5%;
  line-height: 48px;
  text-align: center;
}

.top_img img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.top_daoh {
  float: left;
  width: 72%;
  height: 88px;
}

.top_daoh li {
  float: left;
  width: 14%;
  height: 88px;
  border-right: 1px solid #ddd;

}

.top_daoh li a {
  display: block;
  font-size: 16px;
  height: 88px;
}

.top_daoh li a span {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 15%;
}

.top_daoh li a em {
  color: #c6c6c6;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 13px;
  font-style: normal;
  margin-top: 1%;
}


.top_daoh li a.active {
  background-color: rgb(249, 82, 11);
  color: rgb(255, 255, 255);
}

.top_daoh li a.active em {
  color: rgb(255, 255, 255);
}

.top_daoh li a:hover {
  background-color: rgb(249, 82, 11);
  color: rgb(255, 255, 255);
}

.top_daoh li a:hover em {
  color: rgb(255, 255, 255);
}


/* 轮播 */
.nott #box {
  width: 100%;
  height: 450px;
  position: relative;
}

.nott #box .box-nav {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}

.nott #box .box-nav ul {
  width: 9999999999999999999999999999999999999px !important;
  position: absolute;
  height: 450px;
  left: 0;
  top: 0;
}

.nott #box .box-nav ul li {
  float: left;
  height: 450px;
  line-height: 447px;
  text-align: center;
  overflow: hidden;
  background: #fff;
  border: none;
}

.nott #box .box-nav ul li img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
  border: none;
}

.nott #box .box-nav ol {
  position: absolute;
  left: 0;
  bottom: 10px;
  width: 100%;
  text-align: center;
  font-size: 0;
}

.nott #box .box-nav ol li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #fff;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 0;
  color: red;
}

.nott #box .box-nav ol .current {
  background-color: red !important;
}

/* 轮播结束 */

#newsindp {
  color: #333;
}

#nnrcon {
  color: #999;
  font-size: 14px;
  line-height: 26px;
  height: 50px;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}